go/types.methodList.Len (method)

5 uses

	go/types (current package)
		decl.go#L725: 		for i := 0; i < base.methods.Len(); i++ {
		decl.go#L753: 		for i := 0; i < base.methods.Len(); i++ {
		methodlist.go#L61: func (l *methodList) Len() int {
		named.go#L132: func (t *Named) NumMethods() int { return t.resolve(nil).methods.Len() }
		named.go#L403: 	return n.orig.tparams, underlying, newLazyMethodList(n.orig.methods.Len())